Developer Documentation
PATH  WebObjects 4.0 Documentation > Serving WebObjects

Table of Contents Previous Section

Installable HTTP Adaptors

When WebObjects is installed, the adaptors listed in the table below, when appropriate to the platform, are put in NEXT_ROOT/Library/WebObjects/Adaptors; source code for all adaptors is written to NEXT_ROOT/Developer/Examples/WebObjects/Source/WOAdaptors. Note that only the CGI and Apache adaptors can be found on Mac OS X Server, since neither Netscape's nor Microsoft's servers have been ported to this platform. Also, no ISAPI binary file is written to Solaris or HP-UX platforms (only source code).

The following table summarizes the adaptors provided with WebObjects.
Server /Library/WebObjects/ Location Executable
CGI many Adaptors/CGI WebObjects[.exe]
NSAPI Netscape 3.51 FastTrack (httpd) Enterprise (https) Adaptors/NSAPI WebObjects-NSAPI.dll or WebObjects-NSAPI.so
ISAPI Microsoft Internet
Information Server
IIS 1.0 IIS 2.0 (NT Server 4.0) IIS 3.0 (NT Server 4.0) Peer Web (NT WS 4.0)
Adaptors/ISAPI WebObjects-ISAPI.dll
Apache 1.3 Adaptors/Apache mod_WebObjects.o
WAI Netscape 3.5 servers Adaptors/WAI (must build example project)

Note: You can find installation instructions for supported HTTP adaptors in NEXT_ROOT/Library/WebObjects/Adaptors/InstallationInstructions.html. The procedure for building HTTP adaptors from provided source code is located in NEXT_ROOT/Developer/Examples/WebObjects/Source/Adaptors/BuildingInstructions.html.

Table of Contents Next Section